perm filename OCCULT.DOC[DOC,BGB] blob
sn#055611 filedate 1973-07-30 generic text, type T, neo UTF8
COMMENT ⊗ VALID 00002 PAGES
RECORD PAGE DESCRIPTION
00001 00001
00002 00002 DRAFT A.I.MEMO JULY 1973
00004 ENDMK
⊗;
DRAFT A.I.MEMO JULY 1973
OCCULT - A HIDDEN LINE ELIMINATOR.
Bruce G. Baumgart
ABSTRACT:
OCCULT marks the faces, edges and vertices of a polyhedron
scene as either visible or hidden with respect to a camera model.
Edges that were at first partially visible are split into pieces so
that each piece is either fully visible or fully hidden.
Like Warnock's algorithm, OCCULT has two parts: a recursive outer
part that splits an image until there are only afew
edges in it or it has become too small; the inner part is the real hidden line
eliminator.
The inner part of OCCULT is based on the idea of comparing each edge
with all the other edges and hiding as much as possible when a pair
of intersecting edges is discovered.